Html Css Color HEX #FFCB30 Sunglow

📋 copy color: '#FFCB30'

red 255 ◦ green 203 ◦ blue 48

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

Shades of Sunglow #FFCB30

Tints of Sunglow #FFCB30

RGB

 RED value IS 255 (100% from 255) = 50.4%

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

 BLUE value IS 48 (19.14% from 255) = 9.49%

R = 50.4%
G = 40.12%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFCB30 (or 0xFFCB30) is known color: Sunglow. HEX triplet: FF, CB and 30. RGB value is (255,203,48). Sum of RGB (Red+Green+Blue) = 255+203+48=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 48 (19.14% from 255 or 9.49% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCB30 is #0034CF. Grayscale: #C9C9C9. Windows color (decimal): -13520 or 3197951. OLE color: 3197951.

HSL color Cylindrical-coordinate representation of color #FFCB30: hue angle of 44.93º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFCB30 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 203 48 -
CMYK 0 0.20 0.81 0
HSL 44.93º 1% 0.59% -
HSV(B) 44.93º 0.81% 1% -
XYZ 63.13 64.19 11.86 -
YUV 200.88 41.73 166.6 -
System Red Green Blue C M Y K H S L
Decimal 255 203 48 0 0.20 0.81 0 44.93 1 0.59
Hex FF CB 30 0 14 51 0 2D 64 3B
Octal 377 313 60 0 24 121 0 55 144 73
Binary 11111111 11001011 110000 0 10100 1010001 0 101101 1100100 111011

Color Harmonies of #FFCB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCB30

Black with #FFCB30

Text Example


Text Example

White with #FFCB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCB30; }

 p { color: rgb(255,203,48); }

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

background-color css

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

 a { background-color: rgb(255,203,48); }

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

border-color css

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

 span { border-color: rgb(255,203,48); }

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