Html Css Color HEX #F0CB1B Moon Yellow

📋 copy color: '#F0CB1B'

red 240 ◦ green 203 ◦ blue 27

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

Shades of Moon Yellow #F0CB1B

Tints of Moon Yellow #F0CB1B

RGB

 RED value IS 240 (94.14% from 255) = 51.06%

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

 BLUE value IS 27 (10.94% from 255) = 5.74%

R = 51.06%
G = 43.19%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0CB1B (or 0xF0CB1B) is known color: Moon Yellow. HEX triplet: F0, CB and 1B. RGB value is (240,203,27). Sum of RGB (Red+Green+Blue) = 240+203+27=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 27 (10.94% from 255 or 5.74% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CB1B is #0F34E4. Grayscale: #C2C2C2. Windows color (decimal): -996581 or 1821680. OLE color: 1821680.

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

Color convert

RGB 240 203 27 -
CMYK 0 0.15 0.89 0.06
HSL 49.58º 0.88% 0.52% -
HSV(B) 49.58º 0.89% 0.94% -
XYZ 57.49 61.32 9.84 -
YUV 194 33.76 160.81 -
System Red Green Blue C M Y K H S L
Decimal 240 203 27 0 0.15 0.89 0.06 49.58 0.88 0.52
Hex F0 CB 1B 0 F 59 6 32 58 34
Octal 360 313 33 0 17 131 6 62 130 64
Binary 11110000 11001011 11011 0 1111 1011001 110 110010 1011000 110100

Color Harmonies of #F0CB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CB1B

Black with #F0CB1B

Text Example


Text Example

White with #F0CB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CB1B; }

 p { color: rgb(240,203,27); }

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

background-color css

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

 a { background-color: rgb(240,203,27); }

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

border-color css

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

 span { border-color: rgb(240,203,27); }

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