Html Css Color HEX #FFC025 Saffron

📋 copy color: '#FFC025'

red 255 ◦ green 192 ◦ blue 37

#FFC025
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saffron #FFC025

Tints of Saffron #FFC025

RGB

 RED value IS 255 (100% from 255) = 52.69%

 GREEN value IS 192 (75.39% from 255) = 39.67%

 BLUE value IS 37 (14.84% from 255) = 7.64%

R = 52.69%
G = 39.67%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFC025 (or 0xFFC025) is known color: Saffron. HEX triplet: FF, C0 and 25. RGB value is (255,192,37). Sum of RGB (Red+Green+Blue) = 255+192+37=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 37 (14.84% from 255 or 7.64% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC025 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC025 is #003FDA. Grayscale: #C1C1C1. Windows color (decimal): -16347 or 2474239. OLE color: 2474239.

HSL color Cylindrical-coordinate representation of color #FFC025: hue angle of 42.66º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFC025 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 255 192 37 -
CMYK 0 0.25 0.85 0
HSL 42.66º 1% 0.57% -
HSV(B) 42.66º 0.85% 1% -
XYZ 60.42 59.09 9.97 -
YUV 193.17 39.87 172.1 -
System Red Green Blue C M Y K H S L
Decimal 255 192 37 0 0.25 0.85 0 42.66 1 0.57
Hex FF C0 25 0 19 55 0 2B 64 39
Octal 377 300 45 0 31 125 0 53 144 71
Binary 11111111 11000000 100101 0 11001 1010101 0 101011 1100100 111001

Color Harmonies of #FFC025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC025

Black with #FFC025

Text Example


Text Example

White with #FFC025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC025; }

 p { color: rgb(255,192,37); }

 H1.HeaderClassName
 {
   color: #FFC025;
 }
 .AnyTagClassName
 {
   color: #FFC025;
 }
</style>

background-color css

<style>
 a { background-color: #FFC025; }

 a { background-color: rgb(255,192,37); }

 div.DivClassName
 {
   background-color: #FFC025;
 }
 .BgClassName
 {
   background-color: #FFC025;
 }
</style>

border-color css

<style>
 span { border-color: #FFC025; }

 span { border-color: rgb(255,192,37); }

 td.TdClassName
 {
   border-color: #FFC025;
 }
 .TagClassName
 {
   border-color: #FFC025;
 }
</style>