Html Css Color HEX #F2CA38 Saffron

📋 copy color: '#F2CA38'

red 242 ◦ green 202 ◦ blue 56

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

Shades of Saffron #F2CA38

Tints of Saffron #F2CA38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.2%

R = 48.4%
G = 40.4%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F2CA38 (or 0xF2CA38) is known color: Saffron. HEX triplet: F2, CA and 38. RGB value is (242,202,56). Sum of RGB (Red+Green+Blue) = 242+202+56=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 56 (22.27% from 255 or 11.2% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CA38 is #0D35C7. Grayscale: #C5C5C5. Windows color (decimal): -865736 or 3721970. OLE color: 3721970.

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

Color convert

RGB 242 202 56 -
CMYK 0 0.17 0.77 0.05
HSL 47.1º 0.88% 0.58% -
HSV(B) 47.1º 0.77% 0.95% -
XYZ 58.45 61.4 12.51 -
YUV 197.32 48.25 159.87 -
System Red Green Blue C M Y K H S L
Decimal 242 202 56 0 0.17 0.77 0.05 47.1 0.88 0.58
Hex F2 CA 38 0 11 4D 5 2F 58 3A
Octal 362 312 70 0 21 115 5 57 130 72
Binary 11110010 11001010 111000 0 10001 1001101 101 101111 1011000 111010

Color Harmonies of #F2CA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CA38

Black with #F2CA38

Text Example


Text Example

White with #F2CA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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