Html Css Color HEX #FBCB0C Tangerine Yellow

📋 copy color: '#FBCB0C'

red 251 ◦ green 203 ◦ blue 12

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

Shades of Tangerine Yellow #FBCB0C

Tints of Tangerine Yellow #FBCB0C

RGB

 RED value IS 251 (98.44% from 255) = 53.86%

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

 BLUE value IS 12 (5.08% from 255) = 2.58%

R = 53.86%
G = 43.56%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FBCB0C (or 0xFBCB0C) is known color: Tangerine Yellow. HEX triplet: FB, CB and 0C. RGB value is (251,203,12). Sum of RGB (Red+Green+Blue) = 251+203+12=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCB0C is #0434F3. Grayscale: #C4C4C4. Windows color (decimal): -275700 or 838651. OLE color: 838651.

HSL color Cylindrical-coordinate representation of color #FBCB0C: hue angle of 47.95º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBCB0C is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 203 12 -
CMYK 0 0.19 0.95 0.02
HSL 47.95º 0.97% 0.52% -
HSV(B) 47.95º 0.95% 0.98% -
XYZ 61.21 63.25 9.33 -
YUV 195.58 24.4 167.53 -
System Red Green Blue C M Y K H S L
Decimal 251 203 12 0 0.19 0.95 0.02 47.95 0.97 0.52
Hex FB CB C 0 13 5F 2 30 61 34
Octal 373 313 14 0 23 137 2 60 141 64
Binary 11111011 11001011 1100 0 10011 1011111 10 110000 1100001 110100

Color Harmonies of #FBCB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB0C

Black with #FBCB0C

Text Example


Text Example

White with #FBCB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB0C; }

 p { color: rgb(251,203,12); }

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

background-color css

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

 a { background-color: rgb(251,203,12); }

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

border-color css

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

 span { border-color: rgb(251,203,12); }

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