Html Css Color HEX #F1CB1A Moon Yellow

📋 copy color: '#F1CB1A'

red 241 ◦ green 203 ◦ blue 26

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

Shades of Moon Yellow #F1CB1A

Tints of Moon Yellow #F1CB1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.53%

R = 51.28%
G = 43.19%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1CB1A (or 0xF1CB1A) is known color: Moon Yellow. HEX triplet: F1, CB and 1A. RGB value is (241,203,26). Sum of RGB (Red+Green+Blue) = 241+203+26=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 26 (10.55% from 255 or 5.53% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CB1A is #0E34E5. Grayscale: #C2C2C2. Windows color (decimal): -931046 or 1756145. OLE color: 1756145.

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

Color convert

RGB 241 203 26 -
CMYK 0 0.16 0.89 0.05
HSL 49.4º 0.88% 0.52% -
HSV(B) 49.4º 0.89% 0.95% -
XYZ 57.82 61.49 9.8 -
YUV 194.18 33.09 161.39 -
System Red Green Blue C M Y K H S L
Decimal 241 203 26 0 0.16 0.89 0.05 49.4 0.88 0.52
Hex F1 CB 1A 0 10 59 5 31 58 34
Octal 361 313 32 0 20 131 5 61 130 64
Binary 11110001 11001011 11010 0 10000 1011001 101 110001 1011000 110100

Color Harmonies of #F1CB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CB1A

Black with #F1CB1A

Text Example


Text Example

White with #F1CB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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