Html Css Color HEX #F2CC3C Saffron

📋 copy color: '#F2CC3C'

red 242 ◦ green 204 ◦ blue 60

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

Shades of Saffron #F2CC3C

Tints of Saffron #F2CC3C

RGB

 RED value IS 242 (94.92% from 255) = 47.83%

 GREEN value IS 204 (80.08% from 255) = 40.32%

 BLUE value IS 60 (23.83% from 255) = 11.86%

R = 47.83%
G = 40.32%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2CC3C (or 0xF2CC3C) is known color: Saffron. HEX triplet: F2, CC and 3C. RGB value is (242,204,60). Sum of RGB (Red+Green+Blue) = 242+204+60=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 60 (23.83% from 255 or 11.86% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC3C is #0D33C3. Grayscale: #C7C7C7. Windows color (decimal): -865220 or 3984626. OLE color: 3984626.

HSL color Cylindrical-coordinate representation of color #F2CC3C: hue angle of 47.47º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2CC3C is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 204 60 -
CMYK 0 0.16 0.75 0.05
HSL 47.47º 0.88% 0.59% -
HSV(B) 47.47º 0.75% 0.95% -
XYZ 59.03 62.39 13.21 -
YUV 198.95 49.59 158.71 -
System Red Green Blue C M Y K H S L
Decimal 242 204 60 0 0.16 0.75 0.05 47.47 0.88 0.59
Hex F2 CC 3C 0 10 4B 5 2F 58 3B
Octal 362 314 74 0 20 113 5 57 130 73
Binary 11110010 11001100 111100 0 10000 1001011 101 101111 1011000 111011

Color Harmonies of #F2CC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC3C

Black with #F2CC3C

Text Example


Text Example

White with #F2CC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC3C; }

 p { color: rgb(242,204,60); }

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

background-color css

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

 a { background-color: rgb(242,204,60); }

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

border-color css

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

 span { border-color: rgb(242,204,60); }

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