Html Css Color HEX #F1CB0E Moon Yellow

📋 copy color: '#F1CB0E'

red 241 ◦ green 203 ◦ blue 14

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

Shades of Moon Yellow #F1CB0E

Tints of Moon Yellow #F1CB0E

RGB

 RED value IS 241 (94.53% from 255) = 52.62%

 GREEN value IS 203 (79.69% from 255) = 44.32%

 BLUE value IS 14 (5.86% from 255) = 3.06%

R = 52.62%
G = 44.32%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1CB0E (or 0xF1CB0E) is known color: Moon Yellow. HEX triplet: F1, CB and 0E. RGB value is (241,203,14). Sum of RGB (Red+Green+Blue) = 241+203+14=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 14 (5.86% from 255 or 3.06% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CB0E is #0E34F1. Grayscale: #C1C1C1. Windows color (decimal): -931058 or 969713. OLE color: 969713.

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

Color convert

RGB 241 203 14 -
CMYK 0 0.16 0.94 0.05
HSL 49.96º 0.89% 0.5% -
HSV(B) 49.96º 0.94% 0.95% -
XYZ 57.71 61.44 9.23 -
YUV 192.82 27.09 162.37 -
System Red Green Blue C M Y K H S L
Decimal 241 203 14 0 0.16 0.94 0.05 49.96 0.89 0.5
Hex F1 CB E 0 10 5E 5 32 59 32
Octal 361 313 16 0 20 136 5 62 131 62
Binary 11110001 11001011 1110 0 10000 1011110 101 110010 1011001 110010

Color Harmonies of #F1CB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CB0E

Black with #F1CB0E

Text Example


Text Example

White with #F1CB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CB0E; }

 p { color: rgb(241,203,14); }

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

background-color css

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

 a { background-color: rgb(241,203,14); }

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

border-color css

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

 span { border-color: rgb(241,203,14); }

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