Html Css Color HEX #F2BB1B Moon Yellow

📋 copy color: '#F2BB1B'

red 242 ◦ green 187 ◦ blue 27

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

Shades of Moon Yellow #F2BB1B

Tints of Moon Yellow #F2BB1B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.01%

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

R = 53.07%
G = 41.01%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2BB1B (or 0xF2BB1B) is known color: Moon Yellow. HEX triplet: F2, BB and 1B. RGB value is (242,187,27). Sum of RGB (Red+Green+Blue) = 242+187+27=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 27 (10.94% from 255 or 5.92% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BB1B is #0D44E4. Grayscale: #B9B9B9. Windows color (decimal): -869605 or 1817586. OLE color: 1817586.

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

Color convert

RGB 242 187 27 -
CMYK 0 0.23 0.89 0.05
HSL 44.65º 0.89% 0.53% -
HSV(B) 44.65º 0.89% 0.95% -
XYZ 54.59 54.5 8.68 -
YUV 185.21 38.72 168.51 -
System Red Green Blue C M Y K H S L
Decimal 242 187 27 0 0.23 0.89 0.05 44.65 0.89 0.53
Hex F2 BB 1B 0 17 59 5 2D 59 35
Octal 362 273 33 0 27 131 5 55 131 65
Binary 11110010 10111011 11011 0 10111 1011001 101 101101 1011001 110101

Color Harmonies of #F2BB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BB1B

Black with #F2BB1B

Text Example


Text Example

White with #F2BB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BB1B; }

 p { color: rgb(242,187,27); }

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

background-color css

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

 a { background-color: rgb(242,187,27); }

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

border-color css

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

 span { border-color: rgb(242,187,27); }

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