Html Css Color HEX #F2CA33 Saffron

📋 copy color: '#F2CA33'

red 242 ◦ green 202 ◦ blue 51

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

Shades of Saffron #F2CA33

Tints of Saffron #F2CA33

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.81%

 BLUE value IS 51 (20.31% from 255) = 10.3%

R = 48.89%
G = 40.81%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F2CA33 (or 0xF2CA33) is known color: Saffron. HEX triplet: F2, CA and 33. RGB value is (242,202,51). Sum of RGB (Red+Green+Blue) = 242+202+51=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 51 (20.31% from 255 or 10.30% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CA33 is #0D35CC. Grayscale: #C5C5C5. Windows color (decimal): -865741 or 3394290. OLE color: 3394290.

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

Color convert

RGB 242 202 51 -
CMYK 0 0.17 0.79 0.05
HSL 47.43º 0.88% 0.57% -
HSV(B) 47.43º 0.79% 0.95% -
XYZ 58.34 61.36 11.9 -
YUV 196.75 45.75 160.28 -
System Red Green Blue C M Y K H S L
Decimal 242 202 51 0 0.17 0.79 0.05 47.43 0.88 0.57
Hex F2 CA 33 0 11 4F 5 2F 58 39
Octal 362 312 63 0 21 117 5 57 130 71
Binary 11110010 11001010 110011 0 10001 1001111 101 101111 1011000 111001

Color Harmonies of #F2CA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CA33

Black with #F2CA33

Text Example


Text Example

White with #F2CA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CA33; }

 p { color: rgb(242,202,51); }

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

background-color css

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

 a { background-color: rgb(242,202,51); }

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

border-color css

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

 span { border-color: rgb(242,202,51); }

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