Html Css Color HEX #F3CC3C Saffron

📋 copy color: '#F3CC3C'

red 243 ◦ green 204 ◦ blue 60

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

Shades of Saffron #F3CC3C

Tints of Saffron #F3CC3C

RGB

 RED value IS 243 (95.31% from 255) = 47.93%

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

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

R = 47.93%
G = 40.24%
B = 11.83%

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

#F3CC3C (or 0xF3CC3C) is known color: Saffron. HEX triplet: F3, CC and 3C. RGB value is (243,204,60). Sum of RGB (Red+Green+Blue) = 243+204+60=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 60 (23.83% from 255 or 11.83% from 507); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CC3C is #0C33C3. Grayscale: #C7C7C7. Windows color (decimal): -799684 or 3984627. OLE color: 3984627.

HSL color Cylindrical-coordinate representation of color #F3CC3C: hue angle of 47.21º 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 #F3CC3C is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 204 60 -
CMYK 0 0.16 0.75 0.05
HSL 47.21º 0.88% 0.59% -
HSV(B) 47.21º 0.75% 0.95% -
XYZ 59.37 62.57 13.22 -
YUV 199.25 49.42 159.21 -
System Red Green Blue C M Y K H S L
Decimal 243 204 60 0 0.16 0.75 0.05 47.21 0.88 0.59
Hex F3 CC 3C 0 10 4B 5 2F 58 3B
Octal 363 314 74 0 20 113 5 57 130 73
Binary 11110011 11001100 111100 0 10000 1001011 101 101111 1011000 111011

Color Harmonies of #F3CC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CC3C

Black with #F3CC3C

Text Example


Text Example

White with #F3CC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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